os.processHandle.handle (field)

4 uses

	os (current package)
		exec.go#L78: 	handle uintptr
		exec.go#L99: 			return ph.handle, true
		exec.go#L131: 		handle: handle,
		exec_linux.go#L12: 	syscall.Close(int(ph.handle))